home *** CD-ROM | disk | FTP | other *** search
/ World of Sound / World of Sound.iso / utils / miditools / midiperf / mpm / arexx / test.rexx
Encoding:
OS/2 REXX Batch file  |  1992-12-27  |  266 b   |  30 lines

  1. /* ARexx Script zum Test von MPM */
  2.  
  3. address MPM
  4.  
  5. noteon 1 60
  6. delay 50
  7. noteoff 1 60
  8.  
  9. noteon 1 64
  10. delay 50
  11. noteoff 1 64
  12.  
  13. noteon 1 67
  14. delay 50
  15. noteoff 1 67
  16.  
  17. noteon 1 72
  18. delay 150
  19. noteoff 1 72
  20.  
  21. noteon 1 60
  22. noteon 1 64
  23. noteon 1 67
  24. noteon 1 72
  25.  
  26. delay 150
  27.  
  28. allnotesoff 1
  29.  
  30.